Skip to content

Wdt support for 1411 #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Oct 22, 2019
Merged

Wdt support for 1411 #464

merged 23 commits into from
Oct 22, 2019

Conversation

CarolynRountree
Copy link
Contributor

Add support for WebLogic 14.1.1

  1. Add version for domain typedefs. Put not supported in JRF and RestrictedJRF
  2. Changes to python code to support jython 2.7.1 runtime issues
    a. Strings from Class different
    b. fix for module main
    c. unicode fixes
    d. Change PyOrderedDictionary to not reference PyDictionary map directly, and compile with 2.2.1 only.
  3. pom changes for future
  4. changes for 2.a. extensive in mbean_utils

ddsharpe
ddsharpe previously approved these changes Oct 21, 2019
Copy link
Member

@jshum2479 jshum2479 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Is the unicode support backward compatible ? (e.g. 12.2.1.3.0 , older jython)?

@CarolynRountree
Copy link
Contributor Author

Yes the unicode is supported in 2.2.1 python. Jython did not handle this. We continue to compile java code with jython 2.2.1 (for PyOrderedDict, for example) and run under 2.7.1. This has been tested in 14.1.1, 12.2.1.4 and 12.2.1.3

@ddsharpe ddsharpe merged commit 4d4bf02 into master Oct 22, 2019
@CarolynRountree CarolynRountree deleted the WDT-Support-for-1411 branch October 22, 2019 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants